| lcPropPutStr | Home |
|
BOOL lcPropPutStr ( HANDLE hObject, int idProp, LPCWSTR szValue ); |
| hObject | |
| Handle to object. | |
| idProp | |
| Property's identifier. | |
| szValue | |
| Property's new value. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Access Objects Properties, lcPropGetStr |